home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 July: Mac OS SDK / Dev.CD Jul 99 SDK1.toast / Development Kits / Mac OS / Interfaces&Libraries / Universal / Interfaces / CIncludes / SoundComponents.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-08-17  |  568 b   |  28 lines  |  [TEXT/MPS ]

  1. /*
  2.      File:        SoundComponents.h
  3.  
  4.      Contains:    Sound Components Interfaces.
  5.  
  6.      Version:    Technology:    System 7.5
  7.                  Release:    Universal Interfaces 3.2
  8.  
  9.      Copyright:    © 1991-1998 by Apple Computer, Inc., all rights reserved.
  10.  
  11.      Bugs?:        For bug reports, consult the following page on
  12.                  the World Wide Web:
  13.  
  14.                      http://developer.apple.com/bugreporter/
  15.  
  16. */
  17. #ifndef __SOUNDCOMPONENTS__
  18. #define __SOUNDCOMPONENTS__
  19.  
  20. /* obsolete file, all sound interfaces have been moved to Sound.[hpar]*/
  21. #ifndef __SOUND__
  22. #include <Sound.h>
  23. #endif
  24.  
  25.  
  26. #endif /* __SOUNDCOMPONENTS__ */
  27.  
  28.